home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shareware Grab Bag
/
Shareware Grab Bag.iso
/
007
/
boostrs.arc
/
XSTRIP.PAS
< prev
next >
Wrap
Pascal/Delphi Source File
|
1980-01-01
|
254b
|
15 lines
{$IBoDecl}
{$IStrip}
{$IPutStr}
BEGIN
ClrScr;
S := ' 111222333444$444333222111 ';
PutStr (h, s, 1,1,14);
read;
PutStr (h, strip (strip ( strip ( strip (strip ( S,
' ') ,'1'),'2'),'3'),'4'),1,2,14);
END.